/-app
/-app/layout
Application.html
TestCase.html
TestPage.css
TestPage.html
/-app/tests
Application.ts
PageLayout.ts
functions.ts
/-boot
/-docs
/-features
/-imports
/-koBindings
scrollTop.ts
/-storage
/-tests
/-typings
base.css
stringUtils.ts
teapo.html
1
<!doctype html>
2
<html>
3
<head>
4
<title>Teapo v0.5j</title>
5
 
6
<style>###base.css###</style>
7
<style>###boot/boot.css###</style> 
8
<style>###app/layout/TestPage.css###</style> 
9
 
10
</head>
11
<body>
12
  
13
  
14
  
15
  
16
  
17
  
18
  
19
  
20
  
21
  
22
  
23
  
24
  
25
  
26
  
27
  
28
  
29
  
30
  
31
  
32
  
33
  
34
  
35